<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
html, body, div, span, iframe,input,select, map, font, img, a img, samp, strong, hr, h1, h2, h3, h4, h5, h6, b, p, blockquote, a, address, code, dl, dt, dd, ol, ul, li, form, label, table, tr, td, th {
	padding: 0;
	margin: 0;
	border: 0;
	box-sizing: border-box;
	font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
}
ol, ul {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	line-height:1;
}
a{
	text-decoration: none;
	blr:expression(this.onFocus=this.blur());
}
i, em {
    font-style: normal;
}

a:focus {
	outline: none;
}
a.hidefocus {
	outline: none
}

input[type=text],input[type=submit], input[type=button] {
	-webkit-appearance: none; /*去除iPhone input默认样式}*/
}
input{
	outline: none;
	background: none;
}
img {
	display: block;
}

.fl {
	float: left;
}
.fr {
	float: right;
}
.clear:after {
	display: block;
	content: "";
	clear: both;
	height: 0;
	overflow: hidden;
}
.clear{
	clear: both;
}


header{
    width: 100%;
    height: 90px;
    background-color: white;
}
.conter{
    width: 1200px;
    line-height: 90px;
    margin: 0 auto;
}
.conters{
    width: 1580px;
    margin: 0 auto;
}
header .fl img{
    padding: 0 15px;
    border-right: 2px solid #01b3bb;
    margin: 14.5px 0;
}
header .name{
    font-size: 20px;
    color: #636363;
    margin-left: 20px;
    font-weight: 600;
}
header .fr{
    position: relative;
}
header .fr input{
    width: 215px;
    height: 40px;
    border-radius: 20px;
    border: 2px solid #959595;
    padding: 0 15px ;
}
header .fr img{
    position: absolute;
    right: 14px;
    top: 34px;
}
nav{
    width: 100%;
    height: 79px;
    
    background-color: #00a6af;
}
nav ul li{
    width: 110px;
    text-align: center;
    line-height: 78px;
    margin-right: 30px;
    position: relative;

}
nav ul li:hover{
    background-color: #038c95;
}
nav ul li a{
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
}
nav ul li:hover dl{
    display: inline-block;
}

nav ul li dl{
    display: none;
    width: 240px;
    line-height: 40px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    background-color:#ffffff;
    border-radius: 5px;
    
}
nav ul li dd{
    width: 117px;
    
    text-align: left;
  padding-left: 10px;
}
nav ul li dd a{
    font-size: 14px;
    color: black;
    font-weight: 400;
}
nav ul li dd a:hover{
    color: #00a6af;
}
nav p{
    line-height: 78px;
    color: #fff;
}
footer {
    height: 270px;
    width: 100%;
}
footer .top {
    height: 220px;
    background-color: rgb(49, 49, 49);
}
footer .conter {
    width: 1200px;
    height: 185px;
    margin: 0px auto;
}
footer .conter .ul1 {
    width: 180px;
}
footer .conter li:nth-child(1) {
    margin-bottom: 15px;
    font-size: 16px;
}
footer .conter li {
    height: 30px;
    font-size: 14px;
    color: rgb(255, 255, 255);
    font-weight: 400;
    margin-bottom: 7px;
}
footer .conter .ul2 {
    margin-left: 90px;
}
footer .conter .ul3 {
    margin-left: 270px;
}
footer .conter ul.fr {
    text-align: center;
}
footer .conter ul.fr li {
    line-height: 60px;
    margin: 20px 10px;
}
footer .bot {
    text-align: center;
}
footer .bot span {
    display: inline-block;
    margin: 15px 50px;
    font-size: 14px;
    font-weight: 400;
}
footer .conter li a {
    font-size: 14px;
    color: rgb(255, 255, 255);
}
footer .border {
    border-width: 0px;
    border-style: solid;
    border-color: white;
    border-image: initial;
}</pre></body></html>